babl.git
2013-10-09 Daniel SaboRequest a C99 compatible compiler
2013-10-08 Daniel SaboUse SSE2 u16 conversions for gamma <-> gamma
2013-09-29 Michael Henningbase: For RGB->Y, use sRGB primaries that are adapted...
2013-09-21 Daniel SaboIncrease the precision of ref gamma conversions
2013-08-04 Téo Mazarstests: output with more details when grayscale_to_rgb...
2013-08-03 Téo Mazarsextensions: Don't perform strict comparisons on floatin...
2013-06-30 Téo Mazarsextensions: Lab has ab components in [-128, 127]
2013-06-30 Téo Mazarsextensions: clamping to [0.0, 1.0] is not needed
2013-06-30 Téo Mazarsextensions: do not truncate values to float
2013-06-27 Téo Mazarsextensions: Add an even more naive CMY color space...
2013-06-27 Téo Mazarsextensions: naive-CMYK. works perceptually
2013-06-26 Téo Mazarsextensions: Add the Y'CbCr ITU-R BT.709 Color Space
2013-06-24 Téo MazarsAdd hsl tests to gitignore
2013-06-24 Téo Mazarsextensions: Add the HSL color space
2013-06-20 Téo Mazarsextensions: Refactor HSV.c and add the simple "HSV...
2013-06-20 Téo Mazarsextensions: Make HSV works on perceptual color space
2013-06-18 Daniel Sabogegl-fixups: Fix warning about ambiguous sign
2013-06-18 Daniel SaboGCC+Win32: Ensure stack alignment in SSE code
2013-06-18 Daniel SaboUse double constants in reference gamma
2013-06-11 Daniel SaboRemove sse-fixups, superseded by sse2-int8
2013-06-11 Daniel SaboAdd SSE2 float -> byte conversions
2013-06-11 Daniel SaboUse Loren's gamma conversions for RGB, YA, and Y
2013-05-31 Daniel SaboLookup table based conversions for cairo-ARGB32
2013-05-31 Daniel SaboAdd two-table header to sources
2013-05-31 Daniel SaboAdd two-table gamma conversions
2013-05-31 Daniel SaboAdd some float conversions for grey
2013-05-03 Loren MerrittSSE2-optimized gamma correction
2013-05-03 Loren MerrittOptimize gamma correction
2013-04-30 Daniel SaboRemove rgbA float <-> rgba float from gggl-lies
2013-04-30 Daniel Sabogggl.c: Remove dead code
2013-04-30 Daniel Sabogggl-lies.c: Remove dead code
2013-04-30 Daniel SaboShow the details of the fish that caused a failure
2013-04-30 Daniel SaboRe-enable gggl-lies
2013-04-07 Michael Natterertests: fix the HSV tests
2013-04-07 Michael Nattererextensions: HSV.o: return the number of samples process...
2013-04-07 Michael Nattererextensions: change the range of H in HSV.o from 0....
2013-04-06 Daniel SaboFix missing AC_MSG_RESULT
2013-04-06 Daniel SaboUse QueryPerformanceCounter for babl_ticks on Win32
2013-04-06 Daniel SaboAdd SSE2 conversions
2013-04-06 Daniel SaboDisable gegl-lies conversions
2013-04-06 Daniel SaboRemove duplicate conversions in gggl and gggl-lies
2013-04-06 Daniel SaboRemove gggl rgbA <-> rgba
2013-04-06 Daniel SaboMinimal float -> u8, u16 conversions
2013-03-29 Daniel SaboAdd --disable-docs option to configure
2013-03-29 Daniel SaboAdd introspection function for BablFishPath
2013-03-29 Daniel SaboInstall babl-introspect.h
2012-12-09 Daniel SaboFix babl-stats page encoding for Firefox
2012-12-05 Massimo Valentinibabl: always allocate enough memory
2012-12-05 Massimo Valentinibabl: don't crash processing same format models
2012-12-05 Massimo Valentinibabl: fix conversion path cost evaluation
2012-11-26 JehanUpdate tests/ gitignore.
2012-11-20 Massimo ValentiniRevert "tests: adjust float to 8bit regression test...
2012-11-20 JehanAUTHORS: markup and email fix.
2012-11-20 JehanBug 688217 - cleaning out an unneeded include of stdint.h.
2012-11-19 Øyvind KolåsAUTHORS: markup fixup
2012-11-19 Øyvind Kolåsupdate AUTHORS file
2012-11-19 JehanBug 688217 - relies on actual DLL path for locating...
2012-11-14 Øyvind Kolåsget rid of process_chunks
2012-11-14 Øyvind KolåsMove chuking of stack allocated buffer to innermost...
2012-11-13 Øyvind KolåsMichael Henning <drawoc@darkrefraction.com>
2012-10-27 Øyvind Kolåslower max stack alloced buffer size to 14000px (for...
2012-10-27 Øyvind Kolåsreduce size of max tempbuffer, and do chunking in fewer...
2012-10-27 Øyvind KolåsLimit the size of temporary buffers used by babl.
2012-08-28 Michael MuréHSV and test: minor style cleaning before merge
2012-08-28 Maxime NiccoHSV test
2012-08-28 Maxime NiccoHSV add test
2012-08-28 Maxime NiccoHSV fix Makefile
2012-08-28 Maxime NiccoHSV Cleanup
2012-08-28 Maxime NiccoRename Naive-HSV in HSV
2012-08-28 Maxime NiccoAdding HSV Conversion
2012-08-25 Øyvind Kolåsbabl: further increase the number of pixels verified
2012-08-25 Øyvind Kolåsbabl: increase number of pixels in tests ~8 times
2012-08-23 Øyvind Kolåstests: adjust float to 8bit regression test for new...
2012-08-23 Øyvind KolåsAdjust constants used for sRGB gamma
2012-08-01 Jon Nordbybuild: Fix distcheck by disting tests/introspection.py
2012-08-01 Jon Nordbybuild: Use 'rsvg-convert' instead of 'rsvg'
2012-07-31 Øyvind Kolåsextensions: #define _POSIX_C_SOURCE for lrint
2012-07-31 Øyvind Kolåsextensions: cairo - remove unused lut_linear table
2012-07-31 Jon Nordbyintrospection: Add GI/GTKDoc style symbol references...
2012-07-31 Jon Nordbyintrospection: Pass --warn-all to g-ir-scanner
2012-07-31 Jon Nordbyconfigure.ac: Fix typo in check for GI >= 1.33.5
2012-07-31 Jon Nordbytests: Add test setup for introspection bindings in...
2012-07-30 Øyvind Kolåsextensions: make fastpath for R'G'B'A u8 to cairo-ARGB3...
2012-07-30 Alexia Deathextensions: add fastpath for R'G'B'A u8 to cairo-ARGB32...
2012-07-29 Jon Nordbyintrospection: Babl.BablObject -> Babl.Object
2012-07-27 Jon NordbyBug 673422 - Babl C type not accessible to introspectio...
2012-07-27 Øyvind KolåsRevert "Add simple test app to test pow-24 accuracy"
2012-07-27 Øyvind KolåsRevert "extensions/gggl{,-lies}.c: do not register...
2012-07-27 Alexander LarssonAdd simple test app to test pow-24 accuracy
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: do not register the same...
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: round toward nearest in...
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: fix a Fixme: (>>8 vs /255)
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: use 'lrint' where it is...
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: fix conversions u16 <-> u8
2012-07-14 Massimo Valentiniextensions/gggl{,-lies}.c: reduce errors of table-based...
2012-07-14 Massimo Valentiniextensions/gggl.c: move table-based conversions in...
2012-07-14 Massimo Valentinibabl: don't write anything if dest model lacks a source...
2012-07-14 Massimo Valentinitests: add a test for conversions cairo-RGB24 <-> R...
2012-06-25 Michael Muréindex-static.html.in: correct usage example
2012-06-25 Michael Muréindex-static.html.in: force utf-8 charset in <head>
next